feat: Adds RejctToken in TCK#2442
Conversation
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughAdds the ChangesToken rejection RPC
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant TCKClient
participant reject_token
participant TokenRejectTransaction
participant TransactionReceipt
TCKClient->>reject_token: RejectTokenParams
reject_token->>TokenRejectTransaction: Construct transaction
TokenRejectTransaction->>TransactionReceipt: Execute and retrieve receipt
reject_token->>TCKClient: RejectTokenResponse with status
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
📋 Issue PlannerBuilt with CodeRabbit's Coding Plans for faster development and fewer bugs. View plan used: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
manishdait
left a comment
There was a problem hiding this comment.
@aceppaluni, just some small changes rest looks good to me
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
|
Update please @aceppaluni |
|
👋 Hi @aceppaluni! Great work completing a Advanced issue! 🎉 Thanks for your contribution! 🚀 Here are some issues you might want to explore next:
🌟 Stay connected: Happy coding! 🚀 |
Description:
This PR adds support for the rejctToken TCK method
Related issue(s):
Fixes #2365
Closed PR #2396
Notes for reviewer:
Checklist